'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveMax( _ ByVal source As View(Of Integer) _ ) As AggregationView(Of Integer,Integer)
[System.Runtime.CompilerServices.Extension()] public static AggregationView<int,int> LiveMax( View<int> source )
パラメータ
- source
- 最大値を求める値が含まれるビュー。
戻り値の型
値の最大値を表すビュー。